projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19c08e
)
*** empty log message ***
author
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 28 Jul 2007 16:18:01 +0000
(16:18 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 28 Jul 2007 16:18:01 +0000
(16:18 +0000)
lisp/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc-git.el
b/lisp/vc-git.el
index 4c5bf86637062e7eb17b88f88b9d15f3341d2b75..c0cfc1e88cc32853e6ea11b281ad13b5af22cf13 100644
(file)
--- a/
lisp/vc-git.el
+++ b/
lisp/vc-git.el
@@
-111,6
+111,13
@@
(eval-when-compile (require 'cl) (require 'vc))
+;; XXX when this backend is considered sufficiently reliable this
+;; should be moved to vc-hooks.el
+(add-to-list 'vc-handled-backends 'GIT)
+(eval-after-load "vc"
+ '(add-to-list 'vc-directory-exclusion-list ".git" t))
+
+
(defvar git-commits-coding-system 'utf-8
"Default coding system for git commits.")